-
-
Notifications
You must be signed in to change notification settings - Fork 112
Add histogram features #496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/> | ||
<HistogramInfoVertical> | ||
{_( | ||
'Note: in vertical orientation X values are used for bins and Y values for weights.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just maybe a ,
after, in vertical orientation ,
</HistogramInfoVertical> | ||
<HistogramInfoHorizontal> | ||
{_( | ||
'Note: in horizontal orientation Y Values are used for bins and X values for weights.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
seems good to me 💃 |
src/components/fields/derived.js
Outdated
}, | ||
}); | ||
|
||
export const ColorscaleNumeric = connectToContainer(UnconnectedNumeric, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh i see, nevermind ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, "what is this" is a very relevant question :)
I reread the docs and see that it's not needed. zmin and zmax do not depend on zauto - I'm removing this.
Closes #495
Closes #488
Also fixed a small display issue when there's no margin at bottom of panel